jupyter notebook启用密码

1:检查 ~/.jupyter目录下是否存在文件 jupyter_notebook_config.py 如果文件不存在,使用下面的命令创建文件。

jupyter notebook --generate-config

2:使用下面的命令创建密码:

jupyter notebook password

3:把hash密码添加到文件 jupyter_notebook_config.py 中,例如:

c.NotebookApp.password = u'sha1:67c9e60bb8b6:9ffede0825894254b2e042ea597d771089e11aed'